From: Kenichi Handa Date: Fri, 27 Mar 2009 07:26:37 +0000 (+0000) Subject: (Fdetect_coding_string): Improve the docstrings. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1076 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=592e8146c445f660173a58ccae39acc3160a54bc;p=emacs.git (Fdetect_coding_string): Improve the docstrings. --- diff --git a/src/coding.c b/src/coding.c index 5f72c69c859..99f5ed8f805 100644 --- a/src/coding.c +++ b/src/coding.c @@ -8557,6 +8557,8 @@ DEFUN ("detect-coding-string", Fdetect_coding_string, Sdetect_coding_string, 1, 2, 0, doc: /* Detect coding system of the text in STRING. Return a list of possible coding systems ordered by priority. +The coding systems to try and their priorities follows what +the function `coding-system-priority-list' (which see) returns. If only ASCII characters are found (except for such ISO-2022 control characters as ESC), it returns a list of single element `undecided'